ASP.NET MVC Controls
MaxSelectedItems Property

Gets or sets the maximum number of items that can be selected.
Syntax
'Declaration
 
Public Property MaxSelectedItems As Nullable(Of Integer)
public Nullable<int> MaxSelectedItems {get; set;}
Remarks
Setting this property to null (the default value) allows users to pick any number of items.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiAutoComplete<T> Class
MultiAutoComplete<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback